From: Michael Albinus Date: Mon, 19 Sep 2011 06:53:45 +0000 (+0200) Subject: * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~676 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=443d66962ef6fe65172dece3ab62dd08a3bb9694;p=emacs.git * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz". Suggested by Liam Stitt . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b20f3e157c3..d748c1a967c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-09-19 Michael Albinus + + * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz". + Suggested by Liam Stitt . + 2011-09-18 Juri Linkov * buff-menu.el (Buffer-menu-mode-map): diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index e50bb8498db..e94581392fa 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -4025,6 +4025,7 @@ means discard it)." (defconst tramp-inline-compress-commands '(("gzip" "gzip -d") ("bzip2" "bzip2 -d") + ("xz" "xz -d") ("compress" "compress -d")) "List of compress and decompress commands for inline transfer. Each item is a list that looks like this: